const go/printer.noIndent

6 uses

	go/printer (current package)
		nodes.go#L98: 	noIndent                           // no extra indentation in multi-line lists
		nodes.go#L111: 		mode = noIndent
		nodes.go#L169: 	if mode&noIndent == 0 {
		nodes.go#L301: 		if ws == ignore && mode&noIndent == 0 {
		nodes.go#L314: 	if ws == ignore && mode&noIndent == 0 {
		nodes.go#L1430: 				p.exprList(token.NoPos, s.Results, 1, noIndent, token.NoPos, false)